infusion rate
Controlling Level of Unconsciousness by Titrating Propofol with Deep Reinforcement Learning
Schamberg, Gabe, Badgeley, Marcus, Brown, Emery N.
Reinforcement Learning (RL) can be used to fit a mapping from patient state to a medication regimen. Prior studies have used deterministic and value-based tabular learning to learn a propofol dose from an observed anesthetic state. Deep RL replaces the table with a deep neural network and has been used to learn medication regimens from registry databases. Here we perform the first application of deep RL to closed-loop control of anesthetic dosing in a simulated environment. We use the cross-entropy method to train a deep neural network to map an observed anesthetic state to a probability of infusing a fixed propofol dosage. During testing, we implement a deterministic policy that transforms the probability of infusion to a continuous infusion rate. The model is trained and tested on simulated pharmacokinetic/pharmacodynamic models with randomized parameters to ensure robustness to patient variability. The deep RL agent significantly outperformed a proportional-integral-derivative controller (median absolute performance error 1.7% +/- 0.6 and 3.4% +/- 1.2). Modeling continuous input variables instead of a table affords more robust pattern recognition and utilizes our prior domain knowledge. Deep RL learned a smooth policy with a natural interpretation to data scientists and anesthesia care providers alike.
Using Machine learning tools to gain new insights from Earthquake data - Tech Explorist
Scientists at the Columbia University have discovered a totally new way to study earthquakes. They picked out different types of earthquakes from three years using machine learning algorithms. According to them, these machine learning methods pick out very subtle differences in the raw data that we're just learning to interpret. Scientists particularly identified earthquake recordings at The Geysers in California, one of the world's oldest and largest geothermal fields. They assembled a catalog of 46,000 earthquake recordings, each represented as energy waves in a seismogram. They then mapped changes in the waves' frequency through time, which they plotted as a spectrogram--a kind of musical roadmap of the waves' changing pitches, were they to be converted to sound.
Learning to Generate Samples from Noise through Infusion Training
Bordes, Florian, Honari, Sina, Vincent, Pascal
In this work, we investigate a novel training procedure to learn a generative model as the transition operator of a Markov chain, such that, when applied repeatedly on an unstructured random noise sample, it will denoise it into a sample that matches the target distribution from the training set. The novel training procedure to learn this progressive denoising operation involves sampling from a slightly different chain than the model chain used for generation in the absence of a denoising target. In the training chain we infuse information from the training target example that we would like the chains to reach with a high probability. The thus learned transition operator is able to produce quality and varied samples in a small number of steps. Experiments show competitive results compared to the samples generated with a basic Generative Adversarial Net